From 249536ce4af660de24ad2a7aa38042130915783e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Dec 2006 20:16:00 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 1 + lispref/ChangeLog | 5 +++++ src/ChangeLog | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 66b3862b97a..f67227d008c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -4548,6 +4548,7 @@ autoloaded when not really necessary. *** The function `make-auto-save-file-name' is now handled by file name handlers. This will be exploited for remote files mainly. ++++ *** The function `file-name-completion' accepts an optional argument PREDICATE, and rejects completion candidates that don't satisfy PREDICATE. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 49027187dcf..e2bfbf2680e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-12-17 Richard Stallman + + * files.texi (File Name Completion): Document PREDICATE arg + to file-name-completion. + 2006-12-16 Eli Zaretskii * internals.texi (Building Emacs, Writing Emacs Primitives): Add diff --git a/src/ChangeLog b/src/ChangeLog index a1cc92ba5aa..8e3a8738fb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-12-17 Richard Stallman + + * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate + to Ffile_name_completion. + + * dired.c (file_name_completion): New arg PREDICATE. Some cleanup. + (file_name_completion): New arg PREDICATE. + 2006-12-17 Juanma Barranquero * buffer.c (Fkill_buffer): Doc fix. -- 2.30.2